[INFO] fetching crate mafft-scoring 0.1.2...
[INFO] fixing mafft-scoring-0.1.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate mafft-scoring 0.1.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate mafft-scoring 0.1.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mafft-scoring 0.1.2
[INFO] tweaked toml for crates.io crate mafft-scoring 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mafft-scoring 0.1.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mafft-scoring 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mafft-types v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22
[INFO] running `Command { std: "docker" "start" "18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking mafft-types v0.1.2
[INFO] [stderr]     Checking mafft-scoring v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     mafft_sys::initglobalvariables();
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 27 -     mafft_sys::initglobalvariables();
[INFO] [stdout] 27 +     mafft_types::initglobalvariables();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:28:28
[INFO] [stdout]    |
[INFO] [stdout] 28 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 28 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 28 +     std::ptr::addr_of_mut!(mafft_types::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:28:55
[INFO] [stdout]    |
[INFO] [stdout] 28 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                       ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 28 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 28 +     std::ptr::addr_of_mut!(mafft_sys::ppenalty).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:29:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 29 +     std::ptr::addr_of_mut!(mafft_types::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:29:58
[INFO] [stdout]    |
[INFO] [stdout] 29 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                          ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 29 +     std::ptr::addr_of_mut!(mafft_sys::ppenalty_ex).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:30:28
[INFO] [stdout]    |
[INFO] [stdout] 30 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_EX).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_EX).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 30 +     std::ptr::addr_of_mut!(mafft_types::ppenalty_EX).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:30:58
[INFO] [stdout]    |
[INFO] [stdout] 30 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_EX).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                          ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_EX).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 30 +     std::ptr::addr_of_mut!(mafft_sys::ppenalty_EX).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 31 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_OP).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_OP).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 31 +     std::ptr::addr_of_mut!(mafft_types::ppenalty_OP).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:31:58
[INFO] [stdout]    |
[INFO] [stdout] 31 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_OP).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                          ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_OP).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 31 +     std::ptr::addr_of_mut!(mafft_sys::ppenalty_OP).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:32:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_dist).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 32 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_dist).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 32 +     std::ptr::addr_of_mut!(mafft_types::ppenalty_dist).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:32:60
[INFO] [stdout]    |
[INFO] [stdout] 32 |     std::ptr::addr_of_mut!(mafft_sys::ppenalty_dist).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 32 -     std::ptr::addr_of_mut!(mafft_sys::ppenalty_dist).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 32 +     std::ptr::addr_of_mut!(mafft_sys::ppenalty_dist).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:33:28
[INFO] [stdout]    |
[INFO] [stdout] 33 |     std::ptr::addr_of_mut!(mafft_sys::poffset).write(0); // mafft.tmpl: -h 0.000
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 33 -     std::ptr::addr_of_mut!(mafft_sys::poffset).write(0); // mafft.tmpl: -h 0.000
[INFO] [stdout] 33 +     std::ptr::addr_of_mut!(mafft_types::poffset).write(0); // mafft.tmpl: -h 0.000
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |     std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 -     std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 34 +     std::ptr::addr_of_mut!(mafft_types::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:34:54
[INFO] [stdout]    |
[INFO] [stdout] 34 |     std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                      ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 34 -     std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 34 +     std::ptr::addr_of_mut!(mafft_sys::kimuraR).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 35 -     std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 35 +     std::ptr::addr_of_mut!(mafft_types::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:35:51
[INFO] [stdout]    |
[INFO] [stdout] 35 |     std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout]    |                                                   ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 35 -     std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_sys::NOTSPECIFIED);
[INFO] [stdout] 35 +     std::ptr::addr_of_mut!(mafft_sys::pamN).write(mafft_types::NOTSPECIFIED);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:40:28
[INFO] [stdout]    |
[INFO] [stdout] 40 |     std::ptr::addr_of_mut!(mafft_sys::dorp).write(dorp as i32);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 40 -     std::ptr::addr_of_mut!(mafft_sys::dorp).write(dorp as i32);
[INFO] [stdout] 40 +     std::ptr::addr_of_mut!(mafft_types::dorp).write(dorp as i32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:41:28
[INFO] [stdout]    |
[INFO] [stdout] 41 |     std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(scoremtx);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 41 -     std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(scoremtx);
[INFO] [stdout] 41 +     std::ptr::addr_of_mut!(mafft_types::scoremtx).write(scoremtx);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:42:28
[INFO] [stdout]    |
[INFO] [stdout] 42 |     std::ptr::addr_of_mut!(mafft_sys::nblosum).write(nblosum);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 42 -     std::ptr::addr_of_mut!(mafft_sys::nblosum).write(nblosum);
[INFO] [stdout] 42 +     std::ptr::addr_of_mut!(mafft_types::nblosum).write(nblosum);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:43:28
[INFO] [stdout]    |
[INFO] [stdout] 43 |     std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 -     std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout] 43 +     std::ptr::addr_of_mut!(mafft_types::fmodel).write(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     mafft_sys::constants(1, seq_arr);
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 -     mafft_sys::constants(1, seq_arr);
[INFO] [stdout] 48 +     mafft_types::constants(1, seq_arr);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |     std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 55 -     std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout] 55 +     std::ptr::addr_of_mut!(mafft_types::dorp).write(b'p' as i32);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 |     std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(0);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 56 -     std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(0);
[INFO] [stdout] 56 +     std::ptr::addr_of_mut!(mafft_types::scoremtx).write(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:57:28
[INFO] [stdout]    |
[INFO] [stdout] 57 |     std::ptr::addr_of_mut!(mafft_sys::pamN).write(pam_n);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 57 -     std::ptr::addr_of_mut!(mafft_sys::pamN).write(pam_n);
[INFO] [stdout] 57 +     std::ptr::addr_of_mut!(mafft_types::pamN).write(pam_n);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:59:28
[INFO] [stdout]    |
[INFO] [stdout] 59 |     std::ptr::addr_of_mut!(mafft_sys::TMorJTT).write(if is_tm { 202 } else { 201 });
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 59 -     std::ptr::addr_of_mut!(mafft_sys::TMorJTT).write(if is_tm { 202 } else { 201 });
[INFO] [stdout] 59 +     std::ptr::addr_of_mut!(mafft_types::TMorJTT).write(if is_tm { 202 } else { 201 });
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout]    |                            ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 60 -     std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout] 60 +     std::ptr::addr_of_mut!(mafft_types::fmodel).write(0);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     mafft_sys::constants(1, seq_arr);
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 65 -     mafft_sys::constants(1, seq_arr);
[INFO] [stdout] 65 +     mafft_types::constants(1, seq_arr);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:70:27
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let nalpha = addr_of!(mafft_sys::nalphabets).read() as usize;
[INFO] [stdout]    |                           ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 70 -     let nalpha = addr_of!(mafft_sys::nalphabets).read() as usize;
[INFO] [stdout] 70 +     let nalpha = addr_of!(mafft_types::nalphabets).read() as usize;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let n_dis_ptr = addr_of!(mafft_sys::n_dis).read();
[INFO] [stdout]    |                              ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 71 -     let n_dis_ptr = addr_of!(mafft_sys::n_dis).read();
[INFO] [stdout] 71 +     let n_dis_ptr = addr_of!(mafft_types::n_dis).read();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:85:27
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let nalpha = addr_of!(mafft_sys::nalphabets).read() as usize;
[INFO] [stdout]    |                           ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 85 -     let nalpha = addr_of!(mafft_sys::nalphabets).read() as usize;
[INFO] [stdout] 85 +     let nalpha = addr_of!(mafft_types::nalphabets).read() as usize;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]   --> tests/cross_validate.rs:86:24
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let ptr = addr_of!(mafft_sys::n_disFFT).read();
[INFO] [stdout]    |                        ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 86 -     let ptr = addr_of!(mafft_sys::n_disFFT).read();
[INFO] [stdout] 86 +     let ptr = addr_of!(mafft_types::n_disFFT).read();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:180:9
[INFO] [stdout]     |
[INFO] [stdout] 180 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 180 -         mafft_sys::freeconstants();
[INFO] [stdout] 180 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 239 -         mafft_sys::freeconstants();
[INFO] [stdout] 239 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 282 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 282 -         mafft_sys::freeconstants();
[INFO] [stdout] 282 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:321:9
[INFO] [stdout]     |
[INFO] [stdout] 321 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 321 -         mafft_sys::freeconstants();
[INFO] [stdout] 321 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:352:9
[INFO] [stdout]     |
[INFO] [stdout] 352 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 352 -         mafft_sys::freeconstants();
[INFO] [stdout] 352 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:384:9
[INFO] [stdout]     |
[INFO] [stdout] 384 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 384 -         mafft_sys::freeconstants();
[INFO] [stdout] 384 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:416:9
[INFO] [stdout]     |
[INFO] [stdout] 416 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 416 -         mafft_sys::freeconstants();
[INFO] [stdout] 416 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:448:9
[INFO] [stdout]     |
[INFO] [stdout] 448 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 448 -         mafft_sys::freeconstants();
[INFO] [stdout] 448 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:486:9
[INFO] [stdout]     |
[INFO] [stdout] 486 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 486 -         mafft_sys::freeconstants();
[INFO] [stdout] 486 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:535:9
[INFO] [stdout]     |
[INFO] [stdout] 535 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 535 -         mafft_sys::freeconstants();
[INFO] [stdout] 535 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:573:9
[INFO] [stdout]     |
[INFO] [stdout] 573 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 573 -         mafft_sys::freeconstants();
[INFO] [stdout] 573 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:609:34
[INFO] [stdout]     |
[INFO] [stdout] 609 |         let c_penalty = addr_of!(mafft_sys::penalty).read();
[INFO] [stdout]     |                                  ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 609 -         let c_penalty = addr_of!(mafft_sys::penalty).read();
[INFO] [stdout] 609 +         let c_penalty = addr_of!(mafft_types::penalty).read();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:610:33
[INFO] [stdout]     |
[INFO] [stdout] 610 |         let c_offset = addr_of!(mafft_sys::offset).read();
[INFO] [stdout]     |                                 ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 610 -         let c_offset = addr_of!(mafft_sys::offset).read();
[INFO] [stdout] 610 +         let c_offset = addr_of!(mafft_types::offset).read();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:623:9
[INFO] [stdout]     |
[INFO] [stdout] 623 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 623 -         mafft_sys::freeconstants();
[INFO] [stdout] 623 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:637:33
[INFO] [stdout]     |
[INFO] [stdout] 637 |         let c_nalpha = addr_of!(mafft_sys::nalphabets).read() as usize;
[INFO] [stdout]     |                                 ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 637 -         let c_nalpha = addr_of!(mafft_sys::nalphabets).read() as usize;
[INFO] [stdout] 637 +         let c_nalpha = addr_of!(mafft_types::nalphabets).read() as usize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:641:35
[INFO] [stdout]     |
[INFO] [stdout] 641 |             let c_char = addr_of!(mafft_sys::amino).read()[i];
[INFO] [stdout]     |                                   ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 641 -             let c_char = addr_of!(mafft_sys::amino).read()[i];
[INFO] [stdout] 641 +             let c_char = addr_of!(mafft_types::amino).read()[i];
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:651:9
[INFO] [stdout]     |
[INFO] [stdout] 651 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 651 -         mafft_sys::freeconstants();
[INFO] [stdout] 651 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:665:32
[INFO] [stdout]     |
[INFO] [stdout] 665 |         std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 665 -         std::ptr::addr_of_mut!(mafft_sys::dorp).write(b'p' as i32);
[INFO] [stdout] 665 +         std::ptr::addr_of_mut!(mafft_types::dorp).write(b'p' as i32);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:666:32
[INFO] [stdout]     |
[INFO] [stdout] 666 |         std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(0);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 666 -         std::ptr::addr_of_mut!(mafft_sys::scoremtx).write(0);
[INFO] [stdout] 666 +         std::ptr::addr_of_mut!(mafft_types::scoremtx).write(0);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:667:32
[INFO] [stdout]     |
[INFO] [stdout] 667 |         std::ptr::addr_of_mut!(mafft_sys::nblosum).write(0);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 667 -         std::ptr::addr_of_mut!(mafft_sys::nblosum).write(0);
[INFO] [stdout] 667 +         std::ptr::addr_of_mut!(mafft_types::nblosum).write(0);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:668:32
[INFO] [stdout]     |
[INFO] [stdout] 668 |         std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 668 -         std::ptr::addr_of_mut!(mafft_sys::fmodel).write(0);
[INFO] [stdout] 668 +         std::ptr::addr_of_mut!(mafft_types::fmodel).write(0);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:669:32
[INFO] [stdout]     |
[INFO] [stdout] 669 |         std::ptr::addr_of_mut!(mafft_sys::pamN).write(1);
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 669 -         std::ptr::addr_of_mut!(mafft_sys::pamN).write(1);
[INFO] [stdout] 669 +         std::ptr::addr_of_mut!(mafft_types::pamN).write(1);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:670:32
[INFO] [stdout]     |
[INFO] [stdout] 670 |         std::ptr::addr_of_mut!(mafft_sys::TMorJTT).write(201); // JTT
[INFO] [stdout]     |                                ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 670 -         std::ptr::addr_of_mut!(mafft_sys::TMorJTT).write(201); // JTT
[INFO] [stdout] 670 +         std::ptr::addr_of_mut!(mafft_types::TMorJTT).write(201); // JTT
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:675:9
[INFO] [stdout]     |
[INFO] [stdout] 675 |         mafft_sys::constants(1, seq_arr);
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 675 -         mafft_sys::constants(1, seq_arr);
[INFO] [stdout] 675 +         mafft_types::constants(1, seq_arr);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mafft_sys` in this scope
[INFO] [stdout]    --> tests/cross_validate.rs:678:9
[INFO] [stdout]     |
[INFO] [stdout] 678 |         mafft_sys::freeconstants();
[INFO] [stdout]     |         ^^^^^^^^^ use of unresolved module or unlinked crate `mafft_sys`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 678 -         mafft_sys::freeconstants();
[INFO] [stdout] 678 +         mafft_types::freeconstants();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mafft-scoring` (test "cross_validate") due to 56 previous errors
[INFO] running `Command { std: "docker" "inspect" "18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22", kill_on_drop: false }`
[INFO] [stdout] 18a505f56c8cd8d8f8db0577a11bf501ba1b904e547edd41489b0fd54c875f22
